text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```python #!/usr/bin/env python # coding=utf-8 from __future__ import print_function import os import requests import re import time import xml.dom.minidom import json import sys import math import subprocess import ssl import threading DEBUG = False MAX_GROUP_NUM = 2 # INTERFACE_CALLING_INTERVAL = 5 # , "", MAX...
/content/code_sandbox/wdf.py
python
2016-01-02T01:28:59
2024-08-09T08:34:27
wechat-deleted-friends
0x5e/wechat-deleted-friends
4,769
3,816
```javascript const express = require('express'); const app = express(); const PORT = process.env.PORT || 9333; app.all('/', (req, res) => res.send(` Calculating your default signature.... <script> window.onload = () => { let orientation = screen.orientation ? screen.orientation.angle : ...
/content/code_sandbox/z00mdetect.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
130
```javascript const express = require('express'); const app = express(); const storage = require('node-persist'); const PORT = process.env.PORT || 9333; app.all('/', (req, res) => res.send(` You have to zoom in or zoom out and then <s>refresh the page.</s> <sup>it should refresh itself!</sup> <script> ...
/content/code_sandbox/z00mtrack.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
458
```javascript jaVasCript:/*-/*`/*\`/*'/*"/*%0A%0a*/(/* */oNcliCk=alert() )//</stYle/</titLe/</teXtarEa/</scRipt/--!>\x3ciframe/<iframe/oNloAd=alert()//>\x3e ```
/content/code_sandbox/XSS-polyglot.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
80
```javascript /** * Deanonymize a predefined group of users, given sufficient arguments. * @param attackMethod {string}, the method of the attack (either 'redirection' or 'statusCode'). * @param endpoint {string}, the vulnerable endpoint with the user ID parameter last. * @param idList {array}, a list of the target...
/content/code_sandbox/deanonymize.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
713
```python #!/usr/bin/env python # -*- coding: utf-8 -*- """ Automate the reconnaissance process, given a domain name. """ from __future__ import absolute_import, print_function import sys import socket import subprocess from time import sleep def main(): """Execute main code.""" try: domain = sys.argv[...
/content/code_sandbox/AutoRecon.py
python
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
586
```javascript /** * A wrapper object for helper functions. */ let regaxorHelpers = { padLeft(str) { return str[0] + str; }, padRight(str) { return str + str[str.length - 1]; }, replaceDots(str) { return str.replace(/\./g, 'X'); }, doubleEscape(str) { retu...
/content/code_sandbox/regaxor.js
javascript
2016-02-13T17:34:07
2024-08-16T18:34:19
HackVault
0xSobky/HackVault
1,917
745
```objective-c // // CollectionViewController.h // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import <UIKit/UIKit.h> @interface CollectionViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/CollectionViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // TabPagerViewDmeoController.h // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import <UIKit/UIKit.h> @interface TabPagerViewDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
57
```objective-c // // ListViewController.h // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import <UIKit/UIKit.h> @interface ListViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/ListViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```ruby Pod::Spec.new do |s| # pod search [name] s.name = "TYPagerController" # s.version = "2.1.2" # s.summary = "page scroll View controller,simple,high custom,and have tabBar styles." # s.homepage = "path_to_url" # LICENSE s.license = { :type => 'MIT', :file => 'LICENSE' } # s.author = { "tany" => "122074809...
/content/code_sandbox/TYPagerController.podspec
ruby
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
197
```objective-c // // CustomViewController.h // TYPagerControllerDemo // // Created by tany on 16/4/20. // #import <UIKit/UIKit.h> @interface CustomViewController : UIViewController @property (nonatomic, strong) NSString *text; @end ```
/content/code_sandbox/TYPagerControllerDemo/CustomViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // ViewController.h // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/ViewController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
45
```objective-c // // PagerControllerDmeoController.m // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import "PagerControllerDmeoController.h" #import "TYTabPagerBar.h" #import "TYPagerController.h" #import "ListViewController.h" #import "CollectionViewController.h" #import "CustomViewController.h" ...
/content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,148
```objective-c // // PagerViewDmeoController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/6. // #import "PagerViewDmeoController.h" #import "TYPagerView.h" #import "TYTabPagerBar.h" @interface PagerViewDmeoController ()<TYPagerViewDataSource, TYPagerViewDelegate,TYTabPagerBarDataSource,TYTabPagerB...
/content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,570
```objective-c // // PagerControllerDemoController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TabPagerControllerDemoController.h" #import "CustomViewController.h" #import "ListViewController.h" #import "CollectionViewController.h" @interface TabPagerControllerDemoController ()<TY...
/content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
660
```objective-c // // AppDelegate.h // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end ```
/content/code_sandbox/TYPagerControllerDemo/AppDelegate.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
57
```objective-c // // PagerViewDmeoController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/6. // #import <UIKit/UIKit.h> @interface PagerViewDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
56
```objective-c // // PagerControllerDmeoController.h // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import <UIKit/UIKit.h> @interface PagerControllerDmeoController : UIViewController @end ```
/content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
55
```objective-c // // ListViewController.m // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import "ListViewController.h" @interface ListViewController ()<UITableViewDataSource, UITableViewDelegate> @property (nonatomic, weak) UITableView *tableView; @end @implementation ListViewController - (void)v...
/content/code_sandbox/TYPagerControllerDemo/ListViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
639
```objective-c // // ViewController.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import "ViewController.h" #import "PagerViewDmeoController.h" #import "PagerControllerDmeoController.h" #import "TabPagerControllerDemoController.h" #import "TabPagerViewDmeoController.h" @interface ViewController...
/content/code_sandbox/TYPagerControllerDemo/ViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
339
```objective-c // // AppDelegate.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override poi...
/content/code_sandbox/TYPagerControllerDemo/AppDelegate.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
374
```objective-c // // CustomViewController.m // TYPagerControllerDemo // // Created by tany on 16/4/20. // #import "CustomViewController.h" #import "PagerControllerDmeoController.h" @interface CustomViewController () @property (nonatomic, weak) UILabel *label; @property (nonatomic, weak) UIButton *pushBtn; @propert...
/content/code_sandbox/TYPagerControllerDemo/CustomViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
828
```objective-c // // main.m // TYPagerControllerDemo // // Created by tany on 2017/7/6. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } } ```
/content/code_sandbox/TYPagerControllerDemo/main.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
75
```objective-c // // CollectionViewController.m // TYPagerControllerDemo // // Created by tany on 16/5/17. // #import "CollectionViewController.h" @interface CollectionViewController ()<UICollectionViewDataSource> @property (nonatomic, weak) UICollectionView *collectionView; @end static NSString *const cellId = @...
/content/code_sandbox/TYPagerControllerDemo/CollectionViewController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
615
```objective-c // // PagerControllerDemoController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerController.h" @interface TabPagerControllerDemoController : TYTabPagerController @end ```
/content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
58
```objective-c // // TabPagerViewDmeoController.m // TYPagerControllerDemo // // Created by tany on 2017/7/19. // #import "TabPagerViewDmeoController.h" #import "TYTabPagerView.h" @interface TabPagerViewDmeoController ()<TYTabPagerViewDataSource, TYTabPagerViewDelegate> @property (nonatomic, weak) TYTabPagerView ...
/content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
694
```objective-c // // TYPagerController.h // TYPagerControllerDemo // // Created by tanyang on 16/4/13. // #import <UIKit/UIKit.h> #import "TYPagerViewLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYPagerController; @protocol TYPagerControllerDataSource <NSObject> // viewController's count in pagerController - (NSInte...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
820
```objective-c // // TYPagerViewLayout.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/9. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface NSObject (TY_PagerReuseIdentify) // resueId @property (nonatomic, strong, readonly, nullable) NSString *ty_pagerReuseIdentify; @end @class TYPager...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,400
```objective-c // // TYPagerView.h // TYPagerControllerDemo // // Created by tany on 2017/7/5. // #import <UIKit/UIKit.h> #import "TYPagerViewLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYPagerView; @protocol TYPagerViewDataSource <NSObject> - (NSInteger)numberOfViewsInPagerView; /* 1.if prefetching is YES, the pr...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
846
```objective-c // // TYPagerController.m // TYPagerControllerDemo // // Created by tanyang on 16/4/13. // #import "TYPagerController.h" @interface TYPagerController ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> { // private struct { unsigned int viewWillAppearForIndex :1; unsig...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
2,136
```objective-c // // TYPagerView.m // TYPagerControllerDemo // // Created by tany on 2017/7/5. // #import "TYPagerView.h" @interface TYPagerView ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> { // private struct { unsigned int willAppearViewForIndex :1; unsigned int didAppearVie...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,851
```objective-c // // TYTabTitleViewCell.m // TYPagerControllerDemo // // Created by tany on 16/5/4. // #import "TYTabPagerBarCell.h" @interface TYTabPagerBarCell () @property (nonatomic, weak) UILabel *titleLabel; @end @implementation TYTabPagerBarCell - (instancetype)initWithFrame:(CGRect)frame { if (self =...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
250
```objective-c // // TYPagerViewLayout.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/9. // #import "TYPagerViewLayout.h" #import <objc/runtime.h> @interface TYAutoPurgeCache : NSCache @end @implementation TYAutoPurgeCache - (nonnull instancetype)init { if (self = [super init]) { [[NSN...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
6,498
```objective-c // // TYTabTitleViewCell.h // TYPagerControllerDemo // // Created by tany on 16/5/4. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @protocol TYTabPagerBarCellProtocol <NSObject> /** font ,textColor will use TYTabPagerBarLayout's textFont,textColor */ @property (nonatomic, strong, readonly) UI...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
130
```objective-c // // TYTabPagerBarLayout.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/17. // #import "TYTabPagerBarLayout.h" #import "TYTabPagerBar.h" @interface TYTabPagerBarLayout () @property (nonatomic, weak) TYTabPagerBar *pagerTabBar; @property (nonatomic, assign) CGFloat selectFontScale; ...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
3,652
```objective-c // // TYTabPagerBar.m // TYPagerControllerDemo // // Created by tany on 2017/7/13. // #import "TYTabPagerBar.h" @interface TYTabPagerBar ()<UICollectionViewDelegateFlowLayout, UICollectionViewDataSource> { struct { unsigned int transitionFromeCellAnimated :1; unsigned int transit...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
2,592
```objective-c // // TYTabPagerBarLayout.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/17. // #import <UIKit/UIKit.h> #import "TYTabPagerBarCell.h" NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSUInteger, TYPagerBarStyle) { TYPagerBarStyleNoneView, TYPagerBarStyleProgressView, TYPagerBarSty...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
826
```objective-c // // TYTabPagerView.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerView.h" @interface TYTabPagerView ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerViewDataSource, TYPagerViewDelegate> // UI @property (nonatomic, weak) TYTabPagerBar *tabBar; @prope...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,621
```objective-c // // TYTabPagerView.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import <UIKit/UIKit.h> #import "TYPagerView.h" #import "TYTabPagerBar.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerView; @protocol TYTabPagerViewDataSource <NSObject> - (NSInteger)numberOfViewsInTabPagerView;...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
615
```objective-c // // TYTabPagerBar.h // TYPagerControllerDemo // // Created by tany on 2017/7/13. // #import <UIKit/UIKit.h> #import "TYTabPagerBarLayout.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerBar; @protocol TYTabPagerBarDataSource <NSObject> - (NSInteger)numberOfItemsInPagerTabBar; - (UICollectionViewCell...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
745
```objective-c // // TYTabPagerController.h // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import <UIKit/UIKit.h> #import "TYTabPagerBar.h" #import "TYPagerController.h" NS_ASSUME_NONNULL_BEGIN @class TYTabPagerController; @protocol TYTabPagerControllerDataSource <NSObject> - (NSInteger)numb...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
575
```objective-c // // TYTabPagerController.m // TYPagerControllerDemo // // Created by tanyang on 2017/7/18. // #import "TYTabPagerController.h" @interface TYTabPagerController ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerControllerDataSource,TYPagerControllerDelegate> // UI @property (nonatomic, strong...
/content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.m
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
1,763
```swift // // TabPagerViewDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class TabPagerViewDemoController: UIViewController { lazy var pagerView = TYTabPagerView() lazy var datas = [String]() override func viewDidLoad() { super...
/content/code_sandbox/TYPagerControllerDemo_swift/TabPagerViewDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
561
```objective-c // // TYPagerControllerDemo_swift-Brdging-Header.h // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // #ifndef TYPagerControllerDemo_swift_Brdging_Header_h #define TYPagerControllerDemo_swift_Brdging_Header_h #import "TYTabPagerView.h" #import "TYTabPagerController.h" #endif /* TY...
/content/code_sandbox/TYPagerControllerDemo_swift/TYPagerControllerDemo_swift-Brdging-Header.h
objective-c
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
104
```swift // // PagerControlerDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class PagerControlerDemoController: UIViewController { lazy var tabBar = TYTabPagerBar() lazy var pagerController = TYPagerController() lazy var datas = [String]() ...
/content/code_sandbox/TYPagerControllerDemo_swift/PagerControlerDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
873
```swift // // AppDelegate.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:...
/content/code_sandbox/TYPagerControllerDemo_swift/AppDelegate.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
395
```swift // // ViewController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. ...
/content/code_sandbox/TYPagerControllerDemo_swift/ViewController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
212
```swift // // TabPagerControllerDemoController.swift // TYPagerControllerDemo_swift // // Created by tany on 2017/7/19. // import UIKit class TabPagerControllerDemoController: TYTabPagerController { lazy var datas = [String]() override func viewDidLoad() { super.viewDidLoad() // Do ...
/content/code_sandbox/TYPagerControllerDemo_swift/TabPagerControllerDemoController.swift
swift
2016-05-18T14:23:06
2024-07-24T04:09:28
TYPagerController
12207480/TYPagerController
1,373
367
```yaml # SCFBuild configuration file for Twitter Color Emoji output_file: build/TwitterEmojiColor-SVGinOT-MacOS.ttf verbose: False glyph_svg_dir: build/svg-bw color_svg_dir: build/svg-color # Translate the SVGs on import into glyphs. # y+150 for correct emoji-only vertical alignment. glyph_translate_x: 0 glyph_transla...
/content/code_sandbox/scfbuild-macos.yml
yaml
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
347
```yaml # SCFBuild configuration file for Twitter Color Emoji output_file: build/TwitterEmojiColor-SVGinOT.ttf verbose: False glyph_svg_dir: build/svg-bw color_svg_dir: build/svg-color # Translate the SVGs on import into glyphs. # y+150 for correct emoji-only vertical alignment. glyph_translate_x: 0 glyph_translate_y: ...
/content/code_sandbox/scfbuild.yml
yaml
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
337
```batchfile @ECHO OFF SETLOCAL SET MS_EMOJI_FONT_PATH="%SystemRoot%\Fonts\seguiemj.ttf" SET MS_FONT_PATH="%SystemRoot%\Fonts\seguisym.ttf" IF EXIST %MS_EMOJI_FONT_PATH% ( ECHO Pressing [INSTALL] button in the Font Viewer will reinstall ECHO the original Segoe UI Emoji font. fontview %SystemRoot%\Fonts\se...
/content/code_sandbox/windows/uninstall.cmd
batchfile
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
152
```shell #!/bin/sh #path_to_url echo "Twitter Color Emoji font uninstaller for Linux\n" set -v # Set XDG_DATA_HOME to default if empty. if [ -z "$XDG_DATA_HOME" ];then XDG_DATA_HOME=$HOME/.local/share fi FONTCONFIG=$HOME/.config/fontconfig rm $XDG_DATA_HOME/fonts/TwitterColorEmoji-SVGinOT.ttf rm $FONTCONFIG/conf.d...
/content/code_sandbox/linux/uninstall.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
118
```shell #!/bin/sh #path_to_url echo -e "Twitter Color Emoji font installer for Linux\n" # Check for Bitstream Vera fc-list | grep "Bitstream Vera" > /dev/null RETURN=$? if [ $RETURN -ne 0 ];then echo "Bitstream Vera font family not found. Please install it:" echo "sudo apt-get install ttf-bitstream-vera" exit 1...
/content/code_sandbox/linux/install.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
380
```batchfile @ECHO OFF SETLOCAL @setlocal enableextensions @cd /d "%~dp0" SET MS_EMOJI_FONT_PATH="%SystemRoot%\Fonts\seguiemj.ttf" SET MS_FONT_PATH="%SystemRoot%\Fonts\seguisym.ttf" SET EMOJI_FONT_PATH="%CD%\TwitterColorEmoji-SVGinOT.ttf" SET FINAL_EMJ_FONT_PATH_NO_QUOTES=%CD%\Segoe UI Emoji with Twemoji.ttf SET FINA...
/content/code_sandbox/windows/install.cmd
batchfile
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
1,107
```shell #!/bin/bash # Tests of fontconfig configuration for Bitstream Vera and Twitter Color Emoji. # # The first two lines of the results of fc-match for each font request are # are compared to known correct results. Any differences are shown. # The test result file TMP=current-results.test # The expected test resul...
/content/code_sandbox/linux/tests/tests.sh
shell
2016-03-10T23:36:04
2024-08-15T17:16:28
twemoji-color-font
13rac1/twemoji-color-font
1,663
383
```objective-c #if defined __cplusplus #include <iostream> #include <functional> #include <algorithm> #include <memory> #include <initializer_list> #include <QApplication> #include <QVariant> #include <QMap> #include <QList> #include <QVector> #include <QStringList> #include <QDir> #include <QPointer> #include <QColo...
/content/code_sandbox/cpp/stable.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
179
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/IconMaker/IconMaker.pri ) include( $$PWD/FontToPng/FontToPng.pri ) include( $$PWD/QRCodeMaker/QRCodeMaker.pri ) include( $$PWD/BarcodeMaker/BarcodeMak...
/content/code_sandbox/components/MakeGroup/MakeGroup.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
137
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/WelcomeGroup/WelcomeGroup.pri ) include( $$PWD/TextGroup/TextGroup.pri ) include( $$PWD/CalculateGroup/CalculateGroup.pri ) include( $$PWD/MakeGroup/M...
/content/code_sandbox/components/components.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
124
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ // Qt lib import #include <QApplication> #include <QQmlApplicationEngine> #include <QtQml> #include <QVersionNumber> #include <QMessageBox> // JQLibrary import #include...
/content/code_sandbox/cpp/main.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
482
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_FONTTOPNG_CPP_FONTTOPNG_H_ #define GROUP_MAKEGROUP_FONTTOPNG_CPP_FONTTOPNG_H_ // C++ lib import #include <functional> // Qt lib import ...
/content/code_sandbox/components/MakeGroup/FontToPng/cpp/fonttopng.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
525
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # TEMPLATE = app QT += qml quick widgets concurrent CONFIG += c++11 CONFIG += c++14 include( $$PWD/JQLibraryImport.pri ) include( $$PWD/library/JQToolsLibrary/JQToo...
/content/code_sandbox/JQTools.pro
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
237
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import QtGraphicalEffects 1.0 import "qrc:/MaterialUI/" import "qrc:/MaterialUI/Interface/" ApplicationWindow { id: a...
/content/code_sandbox/qml/main.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,140
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "fonttopng.h" // Qt lib import #include <QFontDatabase> #include <QPainter> #include <QFileDialog> #include <QJsonObject> #include <QEventLoop> #include <QtCon...
/content/code_sandbox/components/MakeGroup/FontToPng/cpp/fonttopng.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,044
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/fonttopng.h SOURCES *= \ $$PWD/cpp/fonttopng.cpp RESOURCES *= \ $$PWD/qml/FontToPng.qrc \ $...
/content/code_sandbox/components/MakeGroup/FontToPng/FontToPng.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
114
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/library/JQLibrary/JQLibrary.pri ) include( $$PWD/library/JQLibrary/JQQRCodeReader.pri ) include( $$PWD/library/JQLibrary/JQQRCodeWriter.pri ) include(...
/content/code_sandbox/JQLibraryImport.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
130
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef __CPP_JQTOOLS_MANAGE_HPP__ #define __CPP_JQTOOLS_MANAGE_HPP__ // Qt ib import #include <QObject> #include <QEventLoop> // JQToolsLibrary import #include <JQToo...
/content/code_sandbox/cpp/jqtools_manage.hpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
135
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef MAKEGROUP_MAKEGROUP_H_ #define MAKEGROUP_MAKEGROUP_H_ // MakeGroup lib import #include <IconMaker> #include <FontToPng> #include <QRCodeMaker> #include ...
/content/code_sandbox/components/MakeGroup/makegroup.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
144
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/iconmaker.h SOURCES *= \ $$PWD/cpp/iconmaker.cpp RESOURCES *= \ $$PWD/qml/IconMaker.qrc \ $...
/content/code_sandbox/components/MakeGroup/IconMaker/IconMaker.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
105
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import QtGraphicalEffects 1.0 import "qrc:/MaterialUI/Interface/" Item { id: fontToPng width: 620 height: 540...
/content/code_sandbox/components/MakeGroup/FontToPng/qml/FontToPng.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,086
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_ICONMAKER_CPP_ICONMAKER_H_ #define GROUP_MAKEGROUP_ICONMAKER_CPP_ICONMAKER_H_ // Qt lib import #include <QImage> // JQToolsLibrary impo...
/content/code_sandbox/components/MakeGroup/IconMaker/cpp/iconmaker.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
447
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import "qrc:/MaterialUI/Interface/" import IconMaker 1.0 Item { id: iconMaker width: 620 height: 540 fun...
/content/code_sandbox/components/MakeGroup/IconMaker/qml/IconMaker.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,493
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/barcodemaker.h SOURCES *= \ $$PWD/cpp/barcodemaker.cpp RESOURCES *= \ $$PWD/qml/BarcodeMakerQml...
/content/code_sandbox/components/MakeGroup/BarcodeMaker/BarcodeMaker.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
98
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "iconmaker.h" // Qt lib import #include <QImage> #include <QFileDialog> #include <QStandardPaths> #include <QtConcurrent> using namespace IconMaker; Manage::...
/content/code_sandbox/components/MakeGroup/IconMaker/cpp/iconmaker.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,532
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "barcodemaker.h" // Qt lib import #include <QDebug> #include <QQmlApplicationEngine> #include <QFileDialog> #include <QStandardPaths> #include <QPainter> // J...
/content/code_sandbox/components/MakeGroup/BarcodeMaker/cpp/barcodemaker.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
486
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_BARCODEMAKER_CPP_BARCODEMAKER_H_ #define GROUP_MAKEGROUP_BARCODEMAKER_CPP_BARCODEMAKER_H_ // Qt lib import #include <QImage> #include <Q...
/content/code_sandbox/components/MakeGroup/BarcodeMaker/cpp/barcodemaker.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
251
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/qrcodemaker.h SOURCES *= \ $$PWD/cpp/qrcodemaker.cpp RESOURCES *= \ $$PWD/qml/QRCodeMakerQml.qr...
/content/code_sandbox/components/MakeGroup/QRCodeMaker/QRCodeMaker.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
101
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import "qrc:/MaterialUI/Interface/" import BarcodeMaker 1.0 Item { id: qrcodeMaker width: 620 height: 540 ...
/content/code_sandbox/components/MakeGroup/BarcodeMaker/qml/BarcodeMaker.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
404
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "qrcodemaker.h" // Qt lib import #include <QDebug> #include <QQmlApplicationEngine> #include <QFileDialog> #include <QStandardPaths> #include <QPainter> // JQ...
/content/code_sandbox/components/MakeGroup/QRCodeMaker/cpp/qrcodemaker.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
426
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_QRCODEMAKER_CPP_QRCODEMAKER_H_ #define GROUP_MAKEGROUP_QRCODEMAKER_CPP_QRCODEMAKER_H_ // Qt lib import #include <QImage> #include <QQuic...
/content/code_sandbox/components/MakeGroup/QRCodeMaker/cpp/qrcodemaker.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
261
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/webpmaker.h SOURCES *= \ $$PWD/cpp/webpmaker.cpp RESOURCES *= \ $$PWD/qml/WebPMaker.qrc ```
/content/code_sandbox/components/MakeGroup/WebPMaker/WebPMaker.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
96
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import "qrc:/MaterialUI/Interface/" import QRCodeMaker 1.0 Item { id: qrCodeMaker width: 620 height: 540 ...
/content/code_sandbox/components/MakeGroup/QRCodeMaker/qml/QRCodeMaker.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
401
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_TOOLSGROUP_WEBPMAKER_CPP_WEBPMAKER_H_ #define GROUP_TOOLSGROUP_WEBPMAKER_CPP_WEBPMAKER_H_ // C++ lib import #include <functional> // Qt lib impor...
/content/code_sandbox/components/MakeGroup/WebPMaker/cpp/webpmaker.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
384
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "webpmaker.h" // C++ lib import #include <functional> // Qt lib import #include <QFileDialog> #include <QStandardPaths> #include <QtConcurrent> // JQLibrary ...
/content/code_sandbox/components/MakeGroup/WebPMaker/cpp/webpmaker.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,381
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # include( $$PWD/LinesStatistics/LinesStatistics.pri ) include( $$PWD/LanFileTransport/LanFileTransport.pri ) include( $$PWD/PngOptimize/PngOptimize.pri ) mac { in...
/content/code_sandbox/components/ToolsGroup/ToolsGroup.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
171
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef TOOLSGROUP_TOOLSGROUP_H_ #define TOOLSGROUP_TOOLSGROUP_H_ // ToolsGroup lib import #include <LinesStatistics> #include <ScreenColorPicker> #include <Png...
/content/code_sandbox/components/ToolsGroup/toolsgroup.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
276
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/qrcodereader.h SOURCES *= \ $$PWD/cpp/qrcodereader_.cpp RESOURCES *= \ $$PWD/qml/QRCodeReaderQm...
/content/code_sandbox/components/ToolsGroup/QRCodeReader/QRCodeReader.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
117
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_MAKEGROUP_QRCODEREADER_CPP_QRCODEREADER_H_ #define GROUP_MAKEGROUP_QRCODEREADER_CPP_QRCODEREADER_H_ // Qt lib import #include <QImage> #include <Q...
/content/code_sandbox/components/ToolsGroup/QRCodeReader/cpp/qrcodereader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
252
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "qrcodereader.h" // Qt lib import #include <QDebug> #include <QFileDialog> #include <QStandardPaths> #include <QUrl> // JQLibrary lib import #include "JQQRCod...
/content/code_sandbox/components/ToolsGroup/QRCodeReader/cpp/qrcodereader_.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
287
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import QtGraphicalEffects 1.0 import "qrc:/MaterialUI/Interface/" import WebPMaker 1.0 Item { id: webPMaker width...
/content/code_sandbox/components/MakeGroup/WebPMaker/qml/WebPMaker.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,871
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/batchreplacement.h SOURCES *= \ $$PWD/cpp/batchreplacement.cpp RESOURCES *= \ $$PWD/qml/BatchRe...
/content/code_sandbox/components/ToolsGroup/BatchReplacement/BatchReplacement.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
96
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import "qrc:/MaterialUI/Interface/" import QRCodeReader 1.0 Item { id: qrCodeReader width: 620 height: 540 ...
/content/code_sandbox/components/ToolsGroup/QRCodeReader/qml/QRCodeReader.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
391
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "batchreplacement.h" // Qt lib import #include <QSet> #include <QFileDialog> #include <QStandardPaths> #include <QJsonArray> #include <QEventLoop> #include <Qt...
/content/code_sandbox/components/ToolsGroup/BatchReplacement/cpp/batchreplacement.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,316
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_TOOLSGROUP_BATCHREPLACEMENT_CPP_BATCHREPLACEMENT_H_ #define GROUP_TOOLSGROUP_BATCHREPLACEMENT_CPP_BATCHREPLACEMENT_H_ // Qt lib import #include <Q...
/content/code_sandbox/components/ToolsGroup/BatchReplacement/cpp/batchreplacement.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
234
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/pngoptimize.h SOURCES *= \ $$PWD/cpp/pngoptimize.cpp RESOURCES *= \ $$PWD/qml/PngOptimize.qrc ...
/content/code_sandbox/components/ToolsGroup/PngOptimize/PngOptimize.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
95
```qml /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ import QtQuick 2.7 import QtQuick.Controls 1.4 import QtGraphicalEffects 1.0 import "qrc:/MaterialUI/Interface/" import BatchReplacement 1.0 Item { id: batchReplace...
/content/code_sandbox/components/ToolsGroup/BatchReplacement/qml/BatchReplacement.qml
qml
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,179
```objective-c /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef GROUP_TOOLSGROUP_PNGOPTIMIZE_CPP_PNGOPTIMIZE_H_ #define GROUP_TOOLSGROUP_PNGOPTIMIZE_CPP_PNGOPTIMIZE_H_ // C++ lib import #include <functional> // Qt l...
/content/code_sandbox/components/ToolsGroup/PngOptimize/cpp/pngoptimize.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
388
```c++ /* This file is part of JQTools Project introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "pngoptimize.h" // C++ lib import #include <functional> // Qt lib import #include <QFileDialog> #include <QStandardPaths> #include <QtConcurrent> // JQLibrar...
/content/code_sandbox/components/ToolsGroup/PngOptimize/cpp/pngoptimize.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,282
```qmake # # This file is part of JQTools # # Project introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/cpp/ HEADERS *= \ $$PWD/cpp/colorpicker.h\ $$PWD/cpp/mousedropper.h \ $$PWD/cpp/screenColorPicker.h $$PWD/cpp/screenColor...
/content/code_sandbox/components/ToolsGroup/ScreenColorPicker/ScreenColorPicker.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
158
```objective-c #ifndef MOUSEDROPPER_H #define MOUSEDROPPER_H #include <QMouseEvent> #include <QWidget> #include <QDebug> #include <QTimer> class MouseDropper : public QWidget { Q_OBJECT public: explicit MouseDropper(QWidget *parent = nullptr); QColor getColor() const; private: QColor color; protected:...
/content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/mousedropper.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
94